home *** CD-ROM | disk | FTP | other *** search
/ 360 Degrees of: Bryce, Zion & Cedar Breaks / 360 Degrees of: Bryce, Zion & Cedar Breaks.iso / pc / data / panos-mx.cst / 01125_changereg.ls < prev    next >
Encoding:
Text File  |  2006-05-27  |  156 b   |  12 lines

  1. on changereg
  2.   global i
  3.   i = 2
  4.   repeat while i < 412
  5.     
  6.     set the regPoint of member i of castLib "panos" = point(0,0)
  7.     i = i+5
  8.   end repeat
  9. end
  10.  
  11.  
  12.